home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 June / PC Active NR.226.iso / Software / firewalls / fwinstall.exe / {tmp} / KDSSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-03-24  |  3.9 KB  |  60 lines

  1. ;InnoSetupVersion=5.2.1
  2. [Setup]
  3. AppName=PC Tools KDS
  4. AppVerName=PC Tools KDS
  5. AppId=PC Tools KDS
  6. AppVersion=1.0.0.82
  7. AppPublisher=PC Tools Ltd.
  8. AppPublisherURL=http://www.pctools.com/
  9. AppSupportURL=http://www.pctools.com/
  10. AppUpdatesURL=http://www.pctools.com/
  11. DefaultDirName={cf}\PC Tools\KDS
  12. DefaultGroupName=PC Tools KDS
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\KDSInterface.dll"; DestDir: "{app}"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  21. Source: "{app}\KDSAppEvent.dll"; DestDir: "{app}"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  22. Source: "{sys}\drivers\PCTAppEvent.sys"; DestDir: "{sys}\drivers"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  23. Source: "{sys}\drivers\PCTCore.sys"; DestDir: "{sys}\drivers"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  24. [Registry]
  25. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\PC Tools KDS_is1"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: deletekey 
  26. Root: HKLM; Subkey: "Software\PCTools\CommonFiles\KDS"; ValueName: "UninstallString"; ValueType: String; ValueData: "{uninstallexe}"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  27. Root: HKLM; Subkey: "SOFTWARE\PCTools\CommonFiles"; ValueName: "KDS"; ValueType: String; ValueData: "{cf}\PC Tools\KDS"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: createvalueifdoesntexist uninsdeletevalue 
  28. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\Eventlog\System\PCTCore"; ValueName: "TypeSupported"; ValueType: Dword; ValueData: "$7"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  29. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\Eventlog\System\PCTCore"; ValueName: "EventMessageFile"; ValueType: ExpandSZ; ValueData: "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\PCTCore.sys"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  30. [Tasks]
  31. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 5.0,5.0.2195 Service Pack 4; 
  32. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 5.0,5.0.2195 Service Pack 4; 
  33. Name: "pctcore"; Description: "Install PCTCore Driver"; GroupDescription: "Install System Drivers"; MinVersion: 5.0,5.0.2195 Service Pack 4; 
  34. Name: "appeventsdriver"; Description: "Install App Events Driver"; GroupDescription: "Install System Drivers"; MinVersion: 5.0,5.0.2195 Service Pack 4; 
  35. [InstallDelete]
  36. Type: files; Name: "{app}\Microsoft.VC80.CRT.manifest"; 
  37. Type: files; Name: "{app}\msvcm80.dll"; 
  38. Type: files; Name: "{app}\msvcp80.dll"; 
  39. Type: files; Name: "{app}\msvcr80.dll"; 
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\Microsoft.VC80.CRT.manifest"; 
  42. Type: files; Name: "{app}\msvcm80.dll"; 
  43. Type: files; Name: "{app}\msvcp80.dll"; 
  44. Type: files; Name: "{app}\msvcr80.dll"; 
  45. Type: files; Name: "{app}\*.txt"; 
  46. [CustomMessages]
  47. english.NameAndVersion=%1 version %2
  48. english.AdditionalIcons=Additional icons:
  49. english.CreateDesktopIcon=Create a &desktop icon
  50. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. english.ProgramOnTheWeb=%1 on the Web
  52. english.UninstallProgram=Uninstall %1
  53. english.LaunchProgram=Launch %1
  54. english.AssocFileExtension=&Associate %1 with the %2 file extension
  55. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "english"; MessagesFile: "embedded\english.isl"; 
  60.